邊框漸層色


Posted by mijouhsieh on 2023-03-23

CODEPEN LINK
reference: CSS-TRICKS

css-border-gradient-color code

css-border-gradient-color

邊框漸層色

//裝 <img> 的容器
div.user-avatar {
  background: 漸層色;
  padding: 8px; //為邊框寬度
  border-radius: 50%;
}
img {
  background: 白色;
}

#border-gradient-color







Related Posts

Auto Generate Insert Script without SQL Manager

Auto Generate Insert Script without SQL Manager

兩週考取AWS Certified Cloud Practitioner:免費資源、準備策略與心得分享

兩週考取AWS Certified Cloud Practitioner:免費資源、準備策略與心得分享

Reactive Programming 簡介與教學(以 RxJS 為例)

Reactive Programming 簡介與教學(以 RxJS 為例)


Comments